home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / cc / config / i386 / xm-dos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-09  |  304 b   |  15 lines

  1. #include "i386/xm-i386.h"
  2.  
  3. /* Inhibit cccp.c's definition of putenv.  */
  4. #define HAVE_PUTENV
  5.  
  6. /* Use semicolons to separate elements of a path.  */
  7. #define PATH_SEPARATOR ';'
  8.  
  9. /* Suffix for executable file names.  */
  10. #define EXECUTABLE_SUFFIX ".exe"
  11.  
  12. #define MKTEMP_EACH_FILE 1
  13.  
  14. #define NO_PRECOMPILES 1
  15.